home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / msdos / cmpsec13.zip / COMPSEC.DOC next >
Text File  |  1993-11-15  |  19KB  |  525 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                                                                               
  19.  
  20.                             ╓╖ ╓╖ ╓╥╖ ╓╖ ╓╖ ╓─ ╓╖
  21.                             ║  ║║ ║╨║ ╟╜ ╙╖ ╟  ║ 
  22.                             ╙╜ ╙╜ ╜ ╨ ╜  ╙╜ ╙─ ╙╜
  23.     
  24.                      
  25.                   
  26.  
  27.                                                                   
  28.  
  29.                                 VERSION  V 1.3                     
  30.                              Unregistered Version                 
  31.                         Release Date November 14, 1993.
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.                     Copyright (C) Marcos A. Gonzalez, 1993        
  58.                              All Rights  Reserved                 
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.                    
  72.                        
  73.  
  74.                                    
  75.                                TABLE of CONTENTS
  76.                                -----------------                              
  77.  
  78.    
  79.                                    
  80.                                                               
  81.  
  82.               INTRODUCTION ...............................   1                
  83.  
  84.  
  85.               PROGRAM FILES ..............................   1
  86.            
  87.               INSTALLATION ...............................   3
  88.           
  89.               SAMPLE AUTOEXEC.BAT USE ....................   4 
  90.           
  91.               REGISTRATION ...............................   5
  92.           
  93.               LEGALITIES .................................   5
  94.           
  95.               APPENDIX A .................................   6
  96.           
  97.               APPENDIX B .................................   8
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.   INTRODUCTION                                                         1 
  109.   ------------
  110.     
  111.       COMPSEC.EXE is a small utility that will add up additional protection
  112.   to your system.  Use it to have exclusive access to your computer or just
  113.   for those important programs  you don't want anybody else  in your job or 
  114.   home to use. Add it as the first line in your AUTOEXEC.BAT file or simply 
  115.   run  it from a menu  program  like  AUTOMENU  to access  any  of your Dos
  116.   programs. COMPSEC keeps an activity log each time it is executed.
  117.  
  118.  
  119.   PROGRAM FILES
  120.   -------------
  121.  
  122.         
  123.   **************************** IMPORTANT NOTE *****************************
  124.   * COMPSEC.EXE, COMPSEC.LOG, AND  PW.DAT  MUST BE IN THE SAME DIRECTORY  *
  125.   *************************************************************************
  126.  
  127.  
  128.   COMPSEC.EXE = This is the password program.  When called from the command
  129.   line or a Batch file it looks for  PW.DAT  in the current directory, gets 
  130.   your previously saved password and compares it to the users input. If the
  131.   password is incorrect COMPSEC will sound  and audible  alarm and give the 
  132.   user unlimited chances to repeat his  or  her input.  The only way out is 
  133.   entering the correct password. 
  134.  
  135.  
  136.   COMPSEC.DOC = Users Manual. This file.
  137.  
  138.  
  139.   PW.DAT = Ascii  file containing  the  users password.  This file  is  not
  140.   included with  the  program.  Your password will be saved to  the current 
  141.   directory and drive after you run  COMPSEC.EXE.  This file must be in the 
  142.   same directory you call COMPSEC.EXE from.
  143.  
  144.  
  145.   REGISTER.FRM = Registration form.
  146.  
  147.  
  148.   COMPSEC.LOG = Ascii file containing COMPSEC's activities.  Here is how it
  149.   works.  When COMPSEC.EXE is called from a Batch file or the command line,
  150.   for the very first time it  writes the following lines to COMPSEC.LOG:
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.                                                                        2
  162.                              COMPSEC.LOG Not Found                       
  163.                  New Log Started On Saturday 6 November 1993.
  164.                                    15:41:11 
  165.  
  166.   If PW.DAT is not found the following line will be written to the log.
  167.   
  168.                    System Access On Saturday 6 November 1993.
  169.                                    15:41:15 
  170.                           ┌──────[ WARNING ]───────┐
  171.                           │    PW.DAT Not Found    │
  172.                           └────────────────────────┘
  173.                               New PW.DAT Created
  174.  
  175.   When the correct password is entered the following line is added:
  176.    
  177.                             Correct Password Entered!  
  178.  
  179.  
  180.   A normal log on will look something like this:
  181.     
  182.                    System Access On Saturday 6 November 1993.  
  183.                                    15:42:50  
  184.                            Correct Password Entered!  
  185.    
  186.   If an illegal attempt  is  made the following  lines are added: 
  187.    
  188.                    System Access On Saturday 6 November 1993.  
  189.                                    15:42:16  
  190.                           ┌──────[ WARNING ]───────┐  
  191.                           │  Illegal Attempt Made  │  
  192.                           └────────────────────────┘  
  193.                             Saturday 6 November 1993.  
  194.                                    15:42:24   
  195.                        Attempted Password ═════ SURFER
  196.                           ┌──────[ WARNING ]───────┐
  197.                           │  Illegal Attempt Made  │
  198.                           └────────────────────────┘
  199.                             Saturday 6 November 1993.
  200.                                    15:42:53 
  201.                        Attempted Password ═════ Have A Nice Day!
  202.                           ┌──────[ WARNING ]───────┐
  203.                           │  Illegal Attempt Made  │
  204.                           └────────────────────────┘
  205.                             Saturday 6 November 1993.
  206.                                    15:43:11 
  207.                        Attempted Password ═════ *.%3\today
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.                                                                        3
  217.  
  218.   If the attempt is successfull the following line is added:
  219.    
  220.                            Correct Password Entered!
  221.   
  222.   If the user shuts off the computer the following line is added:
  223.          (Note the line "Correct Password Entered!" is missing)
  224.     
  225.                   System Access On Saturday 6 November 1993.
  226.                                    15:43:31 
  227.   If the PW.DAT is not found then the following line is added:
  228.    
  229.                    System Access On Saturday 6 November 1993.
  230.                                    15:44:12 
  231.                           ┌──────[ WARNING ]───────┐
  232.                           │    PW.DAT Not Found    │
  233.                           └────────────────────────┘
  234.                               New PW.DAT Created
  235.                            Correct Password Entered!
  236.                     System Access On Saturday 30 October 1993.
  237.                                     14:20:27
  238.     
  239.   The ideal will be to use  COMPSEC  as the first line on your AUTOEXEC.BAT   
  240.  
  241.   in that way  as soon as the computer boots up and COMPSEC is executed the
  242.   following lines will be written to COMPSEC.LOG:
  243.                      
  244.                    System Access On Saturday 30 October 1993.
  245.                                    14:20:27
  246.                                         
  247.   If the illegal user shuts off the computer the following line will not be 
  248.   found at the end of the entry in COMPSEC.LOG:
  249.     
  250.                           Correct Password Entered!
  251.                               
  252.   Look at APPENDIX A for a sample COMPSEC.LOG.              
  253.  
  254.                                                                       
  255.   INSTALLATION
  256.   ------------
  257.     
  258.      Unzip the program and type INSTALL  (This will install COMPSEC.EXE and
  259.   utilities to the root directory C:\). Then add the following line to your
  260.   AUTOEXEC.BAT: 
  261.   
  262.   COMPSEC
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.   
  270.  
  271.                                                                        4
  272.                                                                         
  273.     If you don't like this arrangement  do the following:  Fist,  unzip the  
  274.   program and copy COMPSEC.EXE to the directory of your choice or make one.
  275.   If you are planning  on calling  COMPSEC.EXE  from a directory other than 
  276.   the one  it resides ensure that the selected directory is included in the 
  277.   PATH COMMAND  in your  AUTOEXEC.BAT  file. Ensure  PW.DAT  is in the same
  278.   directory.  If you have any questions about PATH COMMAND  or AUTOEXEC.BAT
  279.   look it up in your DOS manual.                 
  280.                       
  281.   ********************************* NOTE **********************************
  282.   *IT'S POSSIBLE FOR YOU TO HAVE DIFFERENT PASSWORDS (PW.DAT) IN DIFFERENT*
  283.   *DIRECTORIES FOR DIFFERENT PROGRAMS AND ONLY ONE COMSEC.EXE IN YOUR ROOT*
  284.   *DIRECTORY.                                                             *
  285.   *************************************************************************
  286.  
  287.   SAMPLE AUTOEXEC.BAT USE
  288.   -----------------------    
  289.  
  290.      The following example shows how  to  make a sample  AUTOEXEC.BAT  that
  291.   will execute COMPSEC at "booting" time. 
  292.  
  293.  *********************************** NOTE *********************************
  294.  *IF YOU HAVE  AUTOEXEC.BAT  IN YOUR ROOT DIRECTORY MAKE A  COPY OF IT AND*  
  295.  *SAVE IT BECAUSE THE FOLLOWING EXAMPLE WILL OVERWRITE IT.                *
  296.  **************************************************************************
  297.   
  298.   From the command line:
  299.             
  300.                 type    CD\                     Press Enter.
  301.                 type    COPY CON:AUTOEXEC.BAT   Press Enter.
  302.                 type    ECHO OFF                Press Enter.
  303.                 type    CLS                     Press Enter.
  304.                 type    COMPSEC                 Press Enter.
  305.                 type    $P$G                    Press Enter.
  306.                 type    PATH = C\;              Press Enter.    
  307.                 press   F-6 Key                 Press Enter.
  308.  
  309.  
  310.   the  file  AUTOEXEC.BAT  will  be saved to your disk.  Next change dir to  
  311.   the directory you put COMPSEC.EXE in. At the Dos prompt type: COMPSEC and
  312.   make sure you follow the following rules:
  313.  
  314.   If you enter the following password -------->  My Password*4! -\
  315.   When COMPSEC ask for your password type ---->  My Password*4! -\
  316.   ensure you type the exact password including  all characters.  If you use
  317.   capital letters,  make sure that the you enter capital letters only where 
  318.   you used them and  include all spaces.  If  not you will not  be  allowed 
  319.   access. 
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.                                       
  327.  
  328.                                                                        5
  329.  
  330.   REGISTRATION
  331.   ------------
  332.                                   
  333.        COMPSEC  is  distributed  under the shareware  concept.  It is fully 
  334.   funcional  and not  crippled in any way.  It can be  utilized on  a trial 
  335.   basis for not more than thirty  (30)  days. In the event this software is
  336.   used beyond the trial period, then the registration fee is required.  You
  337.   are free  to  distribute  COMPSEC  provided  it  remains in its original, 
  338.   unmodified condition and no fee is charged. When you register you'll get
  339.   the latest registered version of COMPSEC.                       
  340.  
  341.   To register send registration form with check or money       
  342.   order for $15.00 US dollars to:                            
  343.                        
  344.                   Marcos A. Gonzalez       
  345.                   20 Thorne st.            
  346.                   Fort Rucker, Alabama 36362                                  
  347.  
  348.  
  349.               
  350.   LEGALITIES
  351.   ----------
  352.     
  353.      This  software  and  accompanying  materials are  distributed  "AS IS" 
  354.   without warranty,  express,  implied,  or statutory,  including  but  not
  355.   limited  to  any implied warranties  of merchantability and fitness for a
  356.   particular purpose. In no event shall the author  or anyone involved with
  357.   the creation and production  of this  product  be liable  for any direct,
  358.   indirect, incidental,  or consequential damages resulting from the use of
  359.   this program. Your use of this program constitutes your agreement to this
  360.   disclaimer and your release of the author from any form  of liability  or
  361.   litigation.
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.                                  APPENDIX   A                          6
  374.                    
  375.                               SAMPLE COMPSEC.LOG 
  376.                               ------------------    
  377.                       
  378. ────────────────────────────────────────────────────────────────────────────
  379.                              ╓╖ ╓╖ ╓╥╖ ╓╖ ╓╖ ╓─ ╓╖
  380.                              ║  ║║ ║╨║ ╟╜ ╙╖ ╟  ║ 
  381.                              ╙╜ ╙╜ ╜ ╨ ╜  ╙╜ ╙─ ╙╜
  382. ────────────────────────────────────────────────────────────────────────────
  383.       {LOG}                  COMPSEC.LOG Not Found
  384.     {MISSING}    New Log Started On Saturday 6 November 1993.
  385.                                    15:41:11 
  386. ────────────────────────────────────────────────────────────────────────────
  387.                    System Access On Saturday 6 November 1993.
  388.                                    15:41:15 
  389.     {PW.DAT}              ┌──────[ WARNING ]───────┐
  390.     {MISSING}             │    PW.DAT Not Found    │
  391.                           └────────────────────────┘
  392.                               New PW.DAT Created
  393.                            Correct Password Entered!
  394. ────────────────────────────────────────────────────────────────────────────
  395.                    System Access On Saturday 6 November 1993.
  396.     {NORMAL}                       15:42:5 
  397.                            Correct Password Entered!
  398. ────────────────────────────────────────────────────────────────────────────
  399.                    System Access On Saturday 6 November 1993.
  400.                                    15:42:16 
  401.     {ILLEGAL}             ┌──────[ WARNING ]───────┐
  402.                           │  Illegal Attempt Made  │
  403.                           └────────────────────────┘
  404.                             Saturday 6 November 1993.
  405.                                    15:42:24 
  406.                        Attempted Password ═════ SURFER
  407.                           ┌──────[ WARNING ]───────┐
  408.                           │  Illegal Attempt Made  │
  409.                           └────────────────────────┘
  410.                             Saturday 6 November 1993.
  411.                                    15:42:53 
  412.                        Attempted Password ═════ Have A Nice Day!
  413.                           ┌──────[ WARNING ]───────┐
  414.                           │  Illegal Attempt Made  │
  415.                           └────────────────────────┘
  416.                             Saturday 6 November 1993.
  417.                                    15:43:11 
  418.                        Attempted Password ═════ marcos
  419.                            Correct Password Entered!
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.                                                                        7
  430.  
  431. ────────────────────────────────────────────────────────────────────────────
  432.   {COMPUTER}       System Access On Saturday 6 November 1993.
  433.   {SHUT OFF}                       15:43:31 
  434. ────────────────────────────────────────────────────────────────────────────
  435.                    System Access On Saturday 6 November 1993.
  436.     {PW.DAT}                       15:44:12 
  437.     {MISSING}             ┌──────[ WARNING ]───────┐
  438.                           │    PW.DAT Not Found    │
  439.                           └────────────────────────┘
  440.                               New PW.DAT Created
  441.                            Correct Password Entered!
  442.  
  443.                             
  444.                             ++++++++ LEGEND +++++++  
  445.  
  446.       {LOG}
  447.     {MISSING} ........... COMPSEC.LOG  was not found by  COMPSEC.EXE. This is 
  448.                           always the first log entry. 
  449.     {PW.DAT}
  450.     {MISSING} ........... PW.DAT  was not found by  COMPSEC.EXE. PW.DAT never
  451.                           existed, was deleted or is not in current directory  
  452.                           with COMPSEC.EXE.
  453.                            
  454.     (NORMAL) ............ The system  was accessed with the correct password.
  455.  
  456.     (ILLEGAL) ........... An  illegal attempt  or  the Incorrect password was 
  457.                           tried by the user. The correct password was entered
  458.                           by the user after three failed attempts.
  459.                
  460.     (COMPUTER)........... Computer was turned off  and no further attempt was
  461. (SHUT OFF)            made to access the computer.
  462.  
  463.  
  464.                                                                        8
  465.  
  466.                                   APPENDIX  B                           
  467.                                REGISTRATION FORM
  468.                                -----------------
  469.  
  470.                                  COMPSEC v1.3
  471.                                Registration Form
  472.  
  473.  
  474.                       Support shareware by registering it.
  475.  
  476.  
  477.    The registered user will recieve the latest registered version of COMPSEC   
  478.    and associated utilities. 
  479.  
  480.                             Send payment to:
  481.                       
  482.                             Marcos A. Gonzalez
  483.                             20 Thorne st.
  484.                             Fort Rucker, Alabama 36362
  485.  
  486.         Compsec v1.3 Registration   Qty. _____ x  $15.00 ea. = _____
  487.       
  488.                       Disk Size       _____ 3.5   _____ 5.25             
  489.  
  490.                     Payment by Check or Money Order Only.
  491.  
  492.                      * Allow 2 - 3 weeks for delivery *
  493.  
  494.                Name: ______________________________________________
  495.  
  496.             Address: ______________________________________________
  497.  
  498.    City, State, Zip: ______________________________________________
  499.  
  500.    Phone (Optional): ________________________ Date ________________
  501.  
  502.    Where did you get your copy of COMPSEC?
  503.    
  504. ______________________________________________________________________________
  505.  
  506.            Please include your comments, suggestions, or criticisms.
  507.  
  508. ______________________________________________________________________________
  509.  
  510. ______________________________________________________________________________
  511.  
  512. ______________________________________________________________________________
  513.  
  514. ______________________________________________________________________________
  515.  
  516. ______________________________________________________________________________
  517.  
  518. ______________________________________________________________________________
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.